1 ASP. NET Cache(1) Cache Technology OverviewIn website applications, website applications can store frequently accessed data and data that requires a large amount of processing time to be created in the memory, thus improving the overall
Many people who have done program performance optimizations, or who are concerned about the performance of process programs, should have used various caching techniques. And the cache I'm talking about today is specifically about the cache, and we
1.1.1 Summary
Recently, our system is facing a severe performance bottleneck. This is due to the increase in access traffic and the increase in client requests at the same time, which forces us to solve this problem from two aspects, increase
ASP. NET provides a powerful and easy-to-use cache mechanism for you to store objects that require a large number of server resources in the memory. Caching these types of resources will greatly improve the applicationProgramPerformance.
The cache
Basic Cache Technology favorites
1. IntroductionA large number of website pages are dynamically created based on different requests submitted by users. As we know, dynamic pages help provide customized dynamic content according to user requirements.
What is cache?
Web ApplicationsProgramIt is usually accessed by multiple users. A web site may have a "heavyweight" load, which can slow down the entire server when the site is accessed. When a site is accessed by a large number of users at the
There are three types of Asp.net cache: Page cache, data source cache, and data cache.
1,Page Cache
Principle: Page cache is the most common cache method. The principle is that when a user accesses the server for the first time, the Asp.net server
When cache is used, it is actually changed from response-> execution-> explicit delivery to response-> explicit delivery. The "execution" in the middle is saved and the efficiency is improved. There are generally four types of cache technology.I.
Cache methodThe cache in ASP. NET can be divided into two methods: Application Cache and page output cache. The former uses programming to cache data. This is the main description in this article. The latter is implemented by configuring each page
Typically, applications can store frequently accessed data and data that requires a large amount of processing time to be created in the memory, thus improving performance. For example, if an application uses complex logic to process a large amount
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.